home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
14642
/
14642.xpi
/
chrome
/
content
/
historyCalMonth.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-09-23
|
2KB
|
32 lines
<?xml version="1.0"?>
<!-- Copyright 2009, Boomtango.com, All Rights Reserved -->
<!DOCTYPE page SYSTEM "chrome://boomtango/locale/bt.dtd">
<overlay id="calmonth"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<scrollbox id="body" flex="1">
<grid flex="1">
<columns>
<column flex="1"/>
<column flex="1" />
<column flex="1" />
<column flex="1" />
<column flex="1" />
<column flex="1" />
<column flex="1" />
</columns>
<rows id="monthdata">
<row>
<label value="&date.sunday;" class="calweeklabel"/>
<label value="&date.monday;" class="calweeklabel" style="background-color: #eee;"/>
<label value="&date.tuesday;" class="calweeklabel"/>
<label value="&date.wednesday;" class="calweeklabel" style="background-color: #eee;"/>
<label value="&date.thursday;" class="calweeklabel"/>
<label value="&date.friday;" class="calweeklabel" style="background-color: #eee;"/>
<label value="&date.saturday;" class="calweeklabel" style="border-right: none;"/>
</row>
</rows>
</grid>
</scrollbox>
</overlay>